home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 August / EnterCD 8_2002.iso / Internet / Adobe GoLive 6.0 / data1.cab / PF_AppDir_Mod_ExtendScripts_Common / ADOBE_common.js
Encoding:
JavaScript  |  2002-03-28  |  816 b   |  23 lines

  1. //------------------------------------------------------------------------------
  2. //
  3. // ADOBE SYSTEMS INCORPORATED
  4. // Copyright 2000-2001 Adobe Systems Incorporated 
  5. // All Rights Reserved
  6. //
  7. // NOTICE: Adobe permits you to use, modify, and distribute 
  8. // this file in accordance with the terms of the Adobe license 
  9. // agreement accompanying it. If you have received this file 
  10. // from a source other than Adobe, then your use, modification, 
  11. // or distribution of it requires the prior written permission 
  12. // of Adobe.
  13. //
  14. //------------------------------------------------------------------------------
  15.  
  16. function A_localize(text, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9)
  17. {
  18.     return localize(module.localize(text), p0, p1, p2, p3, p4, p5, p6, p7, p8, p9);
  19. }
  20.  
  21. function A_includeSRC(jsFileName)
  22. {
  23. }